create an access token for application
url
POST https://yorkyao.xyz/api/access_tokens
headers
request body
| key name | value type | required | description |
|---|---|---|---|
| clientId | string | true | |
| clientSecret | string | true | |
| state | string | true | random string |
| code | string | true |
response body
| key name | value type |
|---|---|
| accessToken | string |